@extends('admin.layout.layout')
@section('page-level-css')
@endsection
@section('content')
@include('admin.partials.header')
{{-- Delete Modal Starts here --}}
@include('admin.partials.deleteModal')
{{-- Delete Modal ends here --}}
@include('admin.partials.footer')
@endsection
@section('page-level-js')
@endsection