@extends('Admin/layout/master')
@section('title', 'Diagnonsis List')
@section('content')
Index |
Code |
Description |
Action |
@if (!empty($data))
@foreach ($newArray as $index => $record)
{{ ++$index }} |
{{ $record[0] }} |
{{ $record[1] }} |
@if ($record['status'] == 'inactive')
@endif
|
@endforeach
@else
No Record Found
|
@endif
@endsection
@section('scripts')
@endsection