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

Role manage

Role Details
{{ csrf_field() }}
name}}"> @if ($errors->has('name')) {{ $errors->first('name') }} @endif
display_name}}"> @if ($errors->has('name')) {{ $errors->first('display_name') }} @endif
@if(isset($permissions))
@foreach($permissions as $permission) @endforeach
@endif
@endsection