@extends('layouts.master-layouts') @section('title') {{ __('List of Receptionists') }} @endsection @section('css') @endsection @section('content') @component('components.breadcrumb') @slot('title') Receptionist List @endslot @slot('li_1') Dashboard @endslot @slot('li_2') Receptionists @endslot @endcomponent
@if ($role == 'admin') @endif
{{ __('Sr. No') }} {{ __('Name') }} {{ __('Contact No') }} {{ __('Email') }} {{ __('Option') }}
@endsection @section('script') @endsection