@php $reference_max_id = App\Models\Jvs::max('id') + 1; $reference = "JVS_" . str_pad($reference_max_id, 4, '0', STR_PAD_LEFT) @endphp @extends('layouts.master') @section('title', 'Journal de vente') @section('content')