@extends('layout.admin_layout') @section('title', 'Medicine Change Requests') @section('body') @section('header', 'Medicine Change Requests') @section('badge') @endsection
@if(Session::has('message'))
{{ Session::get('message') }}
@endif
@foreach($data as $key=>$value) @endforeach
No Date Consultation Type Doctor Patient Action
{{$key+1}} {{date('m-d-Y',strtotime($value->date))}} {{$value->consultation_type}} {{user_name($value->doctor_id)}} {{user_name($value->patient_id)}}
@endsection @push('scripts') @endpush