@extends('backend.layouts.master') @section('title') Rôles @endsection @section('body') @endsection @section('content')
Editer rôle
@csrf @method('PUT')
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('permissions')) {{ $errors->first('permissions') }} @endif
@endsection @section('scripts') @endsection