@extends('admin.layouts.container') @section('content') {{-- @if (session('message'))--}} {{--
{{session('message')}}
--}} {{-- @endif--}}
@if(in_array('role', getContactUsFields($routeName))) @endif @if(in_array('name', getContactUsFields($routeName))) @endif @if(in_array('phone', getContactUsFields($routeName))) @endif @if(in_array('email', getContactUsFields($routeName))) @endif @if(in_array('type_id', getContactUsFields($routeName))) @endif @if(in_array('reservation_id', getContactUsFields($routeName))) @endif @if(in_array('role', getContactUsFields($routeName))) @endif @if(in_array('name', getContactUsFields($routeName))) @endif @if(in_array('phone', getContactUsFields($routeName))) @endif @if(in_array('email', getContactUsFields($routeName))) @endif @if(in_array('type_id', getContactUsFields($routeName))) @endif @if(in_array('reservation_id', getContactUsFields($routeName))) @endif
{{ convertToLangKey($routeName, 'role') }} {{--__('visitormessages::visitor_messages.name')--}} {{ convertToLangKey($routeName, 'name') }} {{ convertToLangKey($routeName, 'phone') }} {{--__('visitormessages::visitor_messages.email')--}} {{ convertToLangKey($routeName, 'email') }} {{ convertToLangKey($routeName, 'type_id') }}{{ convertToLangKey($routeName, 'reservation_id') }}{{ __('dashboard.created_at') }} {{ __('dashboard.processes') }}
@endsection @section('inner_js') @endsection