@extends('dashboard.layout.layout') @section('content')
# # {!! trans('dashboard.bill.qr') !!} {!! trans('dashboard.company.name') !!} {!! trans('dashboard.company.nickname') !!} {!! trans('dashboard.category.name') !!} {!! trans('dashboard.bill.customer_name') !!} {!! trans('dashboard.bill.total_amount') !!} {!! trans('dashboard.bill.print_status') !!} {!! trans('dashboard.general.added_date') !!} {!! trans('dashboard.general.control') !!}
@include('dashboard.layout.delete_modal') @include('dashboard.layout.notify_modal') @endsection @include('dashboard.bill-ajax.styles') @include('dashboard.bill-ajax.scripts')