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

Roles

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
@if(count($permissions)) @foreach($permissions as $row) @endforeach @endif @if ($errors->has('permission_id')) {{ $errors->first('permission_id') }} @endif
@endsection