@php $pageName = "etw"; $subpageName = " cat"; @endphp @extends('layouts.app') @section('content')
@if (session('message_success'))

{{session('message_success')}}

@endif @if (session('message_error'))

{{session('message_error')}}

@endif

Add Type

@csrf
@error('name'){{$message}} @enderror
@error('category_id'){{$message}} @enderror
@error('status'){{$message}} @enderror
List All ETW Type
@php $i=1; @endphp @if($cat) @foreach($cat as $catlist) @php $i++; @endphp @endforeach @endif
# Name Status Action
{{ $i }} {{$catlist->name}} {{$catlist->status}}
@endsection @section('scripts') @endsection