@extends('layout.admin_layout') @section('title', 'admin-dashboard') @section('body') @section('header', 'Complain Details') @section('badge') @endsection
{{ $store->complain}}
{{ $store->doctor_name}}
{{ $store->patient_name}}
@endsection