@extends('layouts.app') @section('title', \App\CPU\translate('Create Role')) @push('css_or_js') @endpush @section('content')

{{\App\CPU\translate('Employee_Role_Setup')}}

@csrf

@foreach ( $permissions as $permission )
@endforeach
@endsection @push('script') @endpush