@extends('layouts.master_home') @section('dashboard_content')

Permission manage

Permission Details
{{ csrf_field() }}
name}}"> @if ($errors->has('name')) {{ $errors->first('name') }} @endif
display_name}}"> @if ($errors->has('name')) {{ $errors->first('display_name') }} @endif
@endsection