@extends('template.app') @section('meta') @endsection @section('title') Dealer Gate Pass @endsection @section('styles') @endsection @section('content')
@php $logo_1 = $images->gatepass_logo1 ?? ''; $logo_2 = $images->gatepass_logo2 ?? ''; @endphp

{!! $branch->name !!}

{!! $branch->address !!}

Dealer Gate Pass

@php $currentDate = date('d-m-Y'); $currentTime = date('h:i A') @endphp
MODEL COLOUR VARIANT EMISSION NORMS
{!! $product_data->car_name !!} {!! $color_name !!} {!! $product_data->varient_name !!}
CHASSIS NO. ENGINE NO. KEY NO.
{!! $inventory->vin_number !!} {!! $inventory->engine_number !!} {!! $inventory->key_number !!}
Tool Kit Health Kit Spare Bulb Hazard Triangle
DRIVER DETAILS
Name Licence No. Pan No.
@endsection @section('scripts') @endsection