@extends('admin.layouts.app')
@section('title',$data['title'])
@section('pageHeading',$data['title'])
{{-- @section('pageMainButton')
{{ route('admin.dashboard') }}
btn-primary
fas fa-plus-circle
Add Service
@endsection --}}
@section('content')
Earnings (Annual)
$215,000
@push('scripts')
@endpush
@endsection