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

Common Gate Pass{{ !empty($gate_pass_title) ? ' - ' . $gate_pass_title : '' }}

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

Customer Name: {!! $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 !!}


@endsection @section('scripts') @endsection