@extends('admin.layouts.app') @section('title', 'Brand') @section('content')

Add Issues

  • Model Name
    {{ $customerdetail->mname }}
  • Vehicle Registration No.
    {{ $customerdetail->vehicle_no }}
  • Purchase Date
    {{ $customerdetail->purchase_date }}
  • KMS till Date
    524
  • Old Tickets
    02
Model1
Chetak 2413
  • Customer Name
    {{ $customerdetail->name }}
  • Mobile No.
    {{ $customerdetail->mobile }}
  • Email
    {{ $customerdetail->email }}
Ticket ID
{{$current_ticket->ticket_no}}
{{ date("Y-m-d",strtotime($current_ticket->created_at)) }}
@if (isset($draftIssues)) @foreach ($draftIssues as $key => $c) @endforeach
# Issue Category Issue DTC
{{ $key + 1 }} {{ $c->iname }} {{ $c->itname }} {{ $c->dtc_code }}
@endif
{{--
@csrf @method('POST')
@include('admin.partials.form-errors', [ 'field' => 'vehicle_condition', ])

@include('admin.partials.form-errors', [ 'field' => 'vehicle_condition', ])
--}}
@endsection