@props([ 'export' => false, 'loadScript' => false, ]) @yield('title') @if($loadScript) @include('layouts.partials.head') @endif

@yield('type')

@include('report.partial.company-info')
@yield('client_info') @yield('project_info') @yield('extra_info')
{{--
@include('report.partial.company-info')
--}} @yield('to')
@yield('content')
{{--
Payment Method Check #
Check 1000
Item Price
Website design $300.00
Hosting (3 months) $75.00
Domain name (1 year) $10.00
Total: $385.00
--}}
@if($loadScript) @include('layouts.partials.scripts') @endif