@extends('admin.layouts.app') @section('content')

Dashboard

{{ $visa_service->count() }}

Visa Service

More info

{{ $education_service->count() }}

Education Service

More info

{{ $enquiry->count() }}

Total Number of Enquiries

More info

{{$contact->count()}}

Total Number of Contacts

More info

Contacts

{{-- Create--}}
@include('success.success') @include('errors.error') @foreach($contacts as $contact) @if($contact->service()->count() > 0) @else @endif @endforeach
S.N. Service Name Email Message Action
{{$loop->iteration}}Enquiry|{{$contact->service->name}}Contact{{$contact->fullname}} {{$contact->email}} {{$contact->message}}
{!! $contacts->links() !!}
@endsection