@extends('layouts.master') @section('css') @toastr_css @section('title') {{ trans('Certificat_trans.title_page') }} @stop @endsection @section('page-header') @section('PageTitle') تعديل صلاحية @stop @endsection @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif {!! Form::model($role, ['method' => 'PATCH', 'route' => ['roles.update', $role->id]]) !!}
  • الصلاحيات
    • @foreach ($permission as $value)
      @endforeach
{!! Form::close() !!}
@endsection @section('js') @toastr_js @toastr_render @endsection