@extends('app.master') @section('title',$title) @section('breadcrumb') @include('app.layouts.rent.breadcrumb',[ 'pageTitle' => $title, 'lists' => [ [ 'link' => '#', 'name' => 'Journal Invoices', ], [ 'link' => 'journal.voucher', 'name' => 'Voucher', ] ] ]) @endsection @php $unique = uniqid(); $total = 0; $companyLogo = getBase64($company['company.logo']); $companyFooterLogo = getBase64($company['company.footerLogo']); @endphp @section('content')
@yield('title')