@extends('template.master') @section('content')

Category List

@include('partials.message')
@foreach ($phonecategory as $service) @endforeach
SL Category Name Status Action
{{ $loop->index + 1 }} {{ $service->category_name ?? ''}} {{ $service->status == '01' ? 'Active' : 'inActive' }}
@endsection