@extends('layouts.app') @section('title') {{__('messages.receptionist.receptionist_details')}} @endsection @section('header_toolbar')

@yield('title')

@endsection @section('content')
@include('flash::message')
@include('receptionists.show_fields')
@endsection @section('page_scripts') {{-- --}} @endsection