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