@extends('layouts.master') @section('css') @section('title') تعديل الصلاحيات - مورا سوفت للادارة القانونية @stop @endsection @section('page-header') @endsection @section('content') @if (count($errors) > 0)
خطا
@endif {!! Form::model($role, ['method' => 'PATCH','route' => ['roles.update', $role->id]]) !!}
  • الصلاحيات
    • @foreach($permission as $value)
      @endforeach
{!! Form::close() !!} @endsection @section('js') @endsection