@extends('shipper.layouts.app') @section('extra-css') @endsection @section('content')

{{__('admin.roles')}}

@csrf @method('PATCH')

{{__('admin.permissions')}}

permissions)==8) checked @endif>

{{__('admin.statistics')}}

  • hasPermissionTo('access_statistics') ? 'checked' : '' }}>

{{__('admin.shipments')}}

  • hasPermissionTo('access_shipments') ? 'checked' : '' }}>
  • hasPermissionTo('edit_shipments') ? 'checked' : '' }}>
  • hasPermissionTo('delete_shipments') ? 'checked' : '' }}>

{{__('admin.drivers')}}

  • hasPermissionTo('access_drivers') ? 'checked' : '' }}>
  • hasPermissionTo('create_drivers') ? 'checked' : '' }}>
  • hasPermissionTo('edit_drivers') ? 'checked' : '' }}>
  • hasPermissionTo('delete_drivers') ? 'checked' : '' }}>
@endsection @section('extra-js') @endsection