@extends('layouts.contentLayoutMaster') @section('title', 'Assign Permission to Role') @section('mystyle') @endsection @section('content')
@if(count($errors)>0) @foreach($errors->all() as $error)
{{$error}}
@endforeach @endif @if(session('success'))
{{session('success')}}
@endif @if(session('error'))
{{session('error')}}
@endif
@csrf

Assign Permission to Role

{{__('Role')}}
@foreach($menuData[0]->menu as $menu) @endforeach
{{__('Module')}} {{__('Create')}} {{__('Update')}} {{__('View')}} {{__('Delete')}}
{{$menu->name}}
{{__('Cancel & Back')}}
@endsection @section('vendor-script') @endsection @section('myscript') @endsection