@extends('dashboard.layouts.layouts') @section('content')

Permissions

Back

{{$title}}

@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('display_name')) {{ $errors->first('display_name') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
@endsection