@extends('layouts.admin') @section('page_title') @parent ویرایش دسترسی @endsection @section('head-js') @stop @section('main')

ویرایش دسترسی

@include('admin.error')
{!! Form::open(['url'=>route('roles.update', ['role' => $role->id]) , 'method'=>'post']) !!} {{ method_field('PATCH') }}
{!! Form::close() !!}
@stop @section('js') @stop