@extends( ($theme =="white") ? 'layouts.white_theme': ( ($theme =="red") ? 'layouts.red_theme': (($theme =="green") ? 'layouts.green_theme': (($theme =="black") ? 'layouts.black_theme': ( ($theme =="blue") ?'layouts.blue_theme': 'layouts.yellow_theme' )))) ) @section('content')

{{ __('Permissions') }}

@include('common.demo') @include('common.errors')
@csrf @foreach ($permissions as $permission)
status == 1)? "checked" : "" }}>
status == 0)? "checked" : "" }}>
{{ __("$permission->description") }}

@endforeach @if (env('APP_ENV') != 'demo')
@endif
@endsection