@extends('layout.wrapper') @section('content')
@if($bill->bill_type == 'invoice') @include('pages.bill.components.misc.invoice.actions') @endif @if($bill->bill_type == 'estimate') @include('pages.bill.components.misc.estimate.actions') @endif
@include('pages.bill.bill-web')
@endsection