@extends('layouts.app',[
'page_header' => 'الرتب',
'page_description' => "تعديل الرتبة"
])
@section('breadcrumb')
{!! Form::model($record,[
'action'=>['RoleController@update',$record->id],
'id'=>'myForm',
'role'=>'form',
'method'=>'PUT'
])!!}
@include('admin.roles.form')
{!! Form::close()!!}
@stop
@push('scripts')
@endpush