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