@php $ref_max_id = \App\Models\Voyage::where('company', Auth()->user()->company)->max('ref') + 1; $reference_code = str_pad($ref_max_id, 3, '0', STR_PAD_LEFT) @endphp @if (Auth()->user()->type_user == 0) @include('error.error') @dd() @else @extends('layouts.proprietaire.master') @section('title', 'Voyages - ' . $camion->plaque_immatriculation_tracteur) @section('content')