@extends('template.app') @section('meta') @endsection @section('title') Access-View @endsection @section('styles') @endsection @section('content')

@if(isset($permissions) && $permissions->isNotEmpty()) @foreach($permissions as $permission)
id, $data->permissions)) checked @endif disabled>
@endforeach @endif
@endsection @section('scripts') @endsection