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

{!! $branch->name !!}

{!! $branch->address !!}

Gate Pass

@php $currentDate = date('d-m-Y'); $currentTime = date('h:i A') @endphp

Name Of The Customer: {!! $obf_data->customer_name !!}


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 !!}
Team Leader KEC
{!! $salesPersonData->team_leader_name ?? null !!} {!! $salesPersonData->sales_person_name ?? null !!}

Tool Kit Health Kit Spare Bulb Hazard Triangle

@endsection @section('scripts') @endsection