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