@extends('layouts.master') @section('title') Edit AMC Service @endsection @section('page-title') Edit AMC Service @endsection @section('body') @endsection @section('content')
@csrf @method('PUT')
Edit AMC Service
Customer Details
Machine Details
@foreach($service->serviceItems as $serviceItemIndex => $serviceItem) @endforeach
Machine No Product Type Product Brand AC Indoor Type Location Model No Serial No
@if ($serviceItem->service_item_type == 'indoor') @else @endif
{{--
--}}
@endsection