@extends('Admin.layouts.app')
@section('title', 'Seekers')
@section('content')
{{-- --}}
@if(Session::has('done'))
{{Session::get('done')}}
@endif
@if(Session::has('delete'))
{{Session::get('delete')}}
@endif
{{-- | S.No | --}}
User ID |
{{-- Name | --}}
Email |
Total Bookings |
{{-- Service Type | --}}
Status |
Action |
@endsection
@push('body-scripts')
@endpush