@extends('layouts.master') @section('title'){{__('genral.employee_role')}} @endsection @section('body') @endsection @section('content') @component('components.breadcrumb') @slot('page_title') {{__('genral.employee_role')}} @endslot @slot('subtitle') {{__('sidebar.employee')}} @endslot @endcomponent
@csrf
{{-- --}}
{{--
--}}
@endsection @section('scripts') @endsection