@extends('layouts.master') @section('title') {{ __('Contact Inquiries') }} @endsection @section('content')

{{ __('list') . ' ' . __('Contact Inquiries') }}

@if (!Auth::user()->hasRole('Super Admin')) @endif
{{ __('id') }} {{ __('no.') }} {{ __('name') }} {{ __('email') }}{{ __('Subject') }}{{ __('Message') }} {{ __('Date') }} {{ __('action') }}
@endsection @section('js') {{-- --}} @endsection