@extends('layouts.app') @section('title', 'Status') @section('content')
@forelse($tble_list as $tble_row) @empty @endforelse
Sl No Name Description Action
{{$i++}} {{$tble_row->status}} {{$tble_row->status_description}}
@endsection @section('script') @endsection