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

{{ __('list') . ' ' . __('contact_us') }}

{{ __('id') }} {{ __('no.') }} {{ __('first_name') }} {{ __('last_name') }} {{ __('email') }} {{ __('phone') }} {{ __('message') }} {{ __('date') }} {{ __('created_at') }} {{ __('updated_at') }} {{ __('action') }}
@endsection @section('script') @endsection