@extends('backend.master') @section('title') {{ @$data['title'] }} @endsection @section('content')
{{-- bradecrumb Area S t a r t --}} {{-- bradecrumb Area E n d --}}

{{ $data['title'] }}

@forelse ($data['contacts'] ?? [] as $key => $row) @if (hasPermission('contact_read') || hasPermission('contact_delete')) @endif @empty @endforelse
{{ _trans('landlord.SR No.') }} {{ _trans('landlord.Name') }} {{ _trans('landlord.Reason') }} {{ _trans('landlord.Email') }} {{ _trans('landlord.Date') }} {{ _trans('landlord.Status') }} {{ _trans('landlord.Action') }}
{{ ++$key }} {{ $row->f_name }} {{ $row->l_name }} {{ $row->reason }} {{ $row->email }} {{ $row->created_at }} @if ($row->status == 1) {{ _trans('landlord.Seen') }} @else {{ _trans('landlord.Not Seen') }} @endif

{{ _trans('landlord.No data available')}}

{{ _trans('landlord.Please add new entity regarding this table')}}

@endsection @push('script') @include('backend.partials.delete-ajax') @endpush