@extends('layout.admin_layout') @section('title', 'Symptoms') @section('body') @section('header', ' Symptoms') @section('badge') @endsection
@if(Session::has('message'))
{{ Session::get('message') }}
@endif
@foreach($data as $key=>$value) @if($value->img === null) @else @endif @if($value->status == 1) @else @endif @endforeach
No Chief Complaint Symptoms Question Priority Image Status Action
{{$key+1}} {{$value->problem}} {{$value->symptoms}} {{get_type_question($value->type)}} {{$value->priority}}ActiveInactive
@endsection @push('scripts') @endpush