@extends($activeTemplate . 'layouts.master') @section('content')
@include('partials.invoice')
@if($invoice->status == 2)
@csrf
@endif
@endsection @push('style') @endpush @push('script') @endpush