@extends("admin.admin_app") @section("content")

Allied Service Category List

@if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if(Session::has('flash_message'))
{{ Session::get('flash_message') }}
@endif @foreach($alliedService_categories as $i => $category) @endforeach
# Category Name Status Actions
{{++$i}} {{ $category->category_name }} @if(Auth::user()->usertype=='Admin') @if($category->status=='0') @else @endif @else @if($category->status=='0') @else @endif @endif