@extends('layouts.back-end.app') @section('title', translate('contact_List')) @push('css_or_js') @endpush @section('content')

{{translate('customer_message')}}

{{translate('customer_message_table')}} {{ $contacts->total() }}
{{ translate('Filter') }}
@include('admin-views.contacts._table')
@endsection @push('script') @endpush