@extends('front.layout.master') @section('main_content') @php $setting = App\Models\Setting::where('id',1)->first(); @endphp

Invoice: {{ $invoice_no }}

@include('user.sidebar')
@endsection