@extends('layouts.app',[
'page_header' => 'الرتب',
'page_description' =>trans('admin.add_roles')
])
@section('content')
{!! Form::model($record,[
'action'=>'RoleController@store',
'id'=>'myForm',
'role'=>'form',
'method'=>'POST'
])!!}
@include('admin.roles.form')
{!! Form::close()!!}
@stop
@push('scripts')
@endpush