@extends('template.app') @section('meta') @endsection @section('title') Role Insert @endsection @section('styles') @endsection @section('content')
@csrf @method('POST')
Select All Permissions :
@foreach($permissions as $value)
@endforeach
Cancel
@endsection @section('scripts') @endsection