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

Manage AMC Warranties

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