@extends('admin::layouts.master') @section('pagetitle','Dashboard') @section('content')

Service Management

/Edit Service
crm_update == 1) checked value="1" @else value="0" @endif name="crm_update"> Updated In CRM
< Back
@if (session('success'))
{{ session('success') }}
@endif
crm_update == 1) checked value="1" @else value="0" @endif> @csrf @method('PUT')
Product information

Service information

Customer information

Appointment Date & Time
appoint_datetime!= "") value="{{ \DateTime::createFromFormat('Y-m-d H:i:s', $services->appoint_datetime)->format('d, M Y H:i') }}" placeholder="{{ date('d, M Y H:i', strtotime($services->appoint_datetime)) }}" @else value="" placeholder="01, Jan 2024" @endif name="appointment" id="appointment" />

Dealer information

Engineer information

Cost information

Advance information
Received

Balance information
Received

@if(count($services->docs) > 0)
Images
Download All
@foreach($services->docs as $docs)
@endforeach

@endif
@if($addnotes->count() > 0) @foreach ($addnotes as $note)
{{ \Carbon\Carbon::parse($note->created_at)->format('M d, Y h:i A') }}
Admin {{$note->notes}} {{ \Carbon\Carbon::parse($note->created_at)->diffForHumans() }}
@endforeach @endif

@include('admin::services.addnotes') @endsection @section('scripts') @endsection