@extends('layout.admin_layout') @section('title', 'Social History') @section('body') @section('header', ' Social History') @section('badge') @endsection
@if(Session::has('message'))
{{ Session::get('message') }}
@endif
@foreach($data as $key=>$value) @if($value->status == 1) @else @endif @endforeach
No Social History Status Action
{{$key+1}} {{$value->social_history}}ActiveInactive
@endsection @push('scripts') @endpush