@extends('layout.admin_layout') @section('title', 'Chief Complaint') @section('body') @section('header', ' Chief Complaint') @section('badge') @endsection
@if(Session::has('message'))
{{ Session::get('message') }}
@endif
@foreach($data as $key=>$value) @if($value->status == 1) @else @endif @if($value->top == 1) @else @endif @endforeach
No Chief Complaint Age Limit Status Under Top 10 Img Action
{{$key+1}} {{$value->problem}} {{$value->age_b}}ActiveInactiveYesNo
@endsection @push('scripts') @endpush