@extends('layouts.main') @section('page-title') {{ __('Driver Check - DL status inquiry') }} @endsection @push('style') @endpush @section('content')
@include('layouts.sidebar')
@php // print_r($license['dl_number']); @endphp
DL number


DL version number


Surname


@php $i = 0; @endphp @foreach ($licenses as $license) @php $i++; @endphp @endforeach {{-- --}} {{-- --}}
@php $i = 0; @endphp @foreach ($licenses as $license)

Mr. {{ $license['first_name'] }} {{ $license['surname'] }}

Date of birth {{ $license['date_of_birth'] }}
Gender Male
Address {{ $license['address'] }}
License Details
Driving Status You have a {{ $license['license_type'] }} Driving License
License valid from {{ $license['license_valid_from'] }}
License valid to {{ $license['license_valid_to'] }}
Driving license number {{ $license['dl_number'] }}
Version number {{ $license['version_number'] }}
Class (es) {{ $license['class'] }}
@php $i++; @endphp @endforeach @if(!$i && $request->dl_number)

No result

@endif {{--

Paris

Paris is the capital of France.

Tokyo

Tokyo is the capital of Japan.

--}}
@endsection