@extends('manager.layouts.app') @section('page_title') {{$page_title ?? ''}} @endsection @push('head-scripts') @endpush @section('content')
{{-- Page Header --}} {{-- Datatable : Start --}}
# Question Answer Order Status Actions
{{-- Datatable : End --}}
{{-- Delete Confirmation Modal --}} @endsection @push('footer-scripts') @if(Session::has('messages')) @endif @endpush