@extends('layouts.app') @section('title', 'Service Type') @section('content')
@forelse($tble_list as $tble_row) @empty @endforelse
Sl No Name Description Status Action
{{$i++}} {{$tble_row->service_type_name}} {{$tble_row->description}} @if($tble_row->is_active==1) Active @else Inactive @endif
@endsection @section('script') @endsection