@extends('layout.master') @section('parentPageTitle', 'Roles') @section('title', 'Roles') @push('before-styles') @endpush @section('settings_title', trans('lang.role_edit')) @section('content')
@include('roles.nav')
{!! Form::model($role, ['route' => ['roles.update', $role->id], 'method' => 'patch']) !!}
@include('roles.fields')
{!! Form::close() !!}
@endsection @push('after-scripts') @endpush