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

Dashboard

{{$service-> count()}}

Service

More info

2

Total Number of Referral

More info

{{$contact -> count()}}

Total Number of Contact

More info

{{$subscription -> count()}}

Number of Subscription

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