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