@extends('backend.layouts.master') @section('title') Ajout permission @endsection @section('body') @endsection @section('content')
Ajout nouvelle permission
← Retour
@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@endsection