@extends('layouts.app.master') @section('title', 'Services') @section('content')

Manage Services

@include('layouts.app.alerts')
@foreach($service as $item) @endforeach
S.No Product Category Product Model Serial No. Date & Time Status Action
{{ $item->id }} {{ $item->categories->name ?? 'N/A' }} {{ $item->model->product_model ?? 'N/A' }} {{ $item->serial_no }} {{ $item->created_at }} {{ $item->status }}
@endsection