@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['contact'] as $key => $row) @empty @endforelse
{{ ___('common.sr_no') }} {{ ___('common.name') }} {{ ___('common.phone') }} {{ ___('common.email') }} {{ ___('academic.subject') }} {{ ___('common.message') }}
{{ ++$key }} {{ @$row->name }} {{ @$row->phone }} {{ @$row->email }} {{ @$row->subject }} {{ @$row->message }}

{{ ___('common.No data available') }}

{{ ___('common.Please add new entity regarding this table') }}

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