@extends('layout.admin_layout') @section('title', 'Delete Chief Complaint Related Records') @section('body') @section('header', 'Delete Chief Complaint Related Records') @section('badge') @endsection
@if(Session::has('message'))
{{ Session::get('message') }}
@endif
{{ csrf_field() }}
@endsection