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

{{$page_title}}

@include('admin.layouts.messages') {{-- 'create','update','accepted','delete','reject','blocked','unblocked'--}}
@if(!empty(request()->all())) @endif
{!! $history !!}
@endsection