@extends('backend.layouts.master') @section('title', __('static.roles.edit')) @section('content')
@method('PUT') @csrf @include('backend.role.fields')
@endsection