@extends('admin.layouts.master') @section('title', 'Dashboard') @section('content')
Categories
@if(Session::has('message')) @endif

Categories List

@foreach ($data as $row ) @endforeach
S.No Service Category Service Type Action
{{$loop->index+1}} {{$row->name}} {{$row->category->name}} @if($row->type == 'physically') physical {{-- {{$row->type}} --}} @elseif ($row->type == 'remotely') remote @endif Edit Delete
@endsection @section('scripts') {{-- add model --}} {{-- add model end --}} @endsection