@extends('app.master') @section('title',$title) @section('breadcrumb') @include('app.layouts.rent.breadcrumb',[ 'pageTitle' => $title, 'lists' => [ [ 'link' => '#', 'name' => 'Invoice Management', ], [ 'link' => 'payments.houserent', 'name' => 'House Rents', ], [ 'link' => 'invoices.generate', 'name' => $title, ] ] ]) @endsection @php $unique = uniqid(); $companyLogo = getBase64($company['company.logo']); $companyFooterLogo = getBase64($company['company.footerLogo']); //dd($companyLogo); @endphp @section('content')
@yield('title')