@extends('layout.admin_layout') @section('title', 'admin-dashboard') @section('body') @section('header', ' Manage Reason') @section('badge') @endsection
@if(Session::has('message'))
{{ Session::get('message') }}
@endif
@foreach($reasons as $key=>$value) @if($value->status == 0) @else @endif @endforeach
No Reason Status Action
{{$key+1}} {{$value->reason}}InactiveActive
@endsection @push('scripts') @endpush