@extends('backend.layout') @section('content')
  Invoice: #{{$invoice->invoice_code}} @if($box) - Mã hợp đồng: {{ $box->code }}   - Khách hàng: {{ $box->customer->fullname }}   - Đại lý: {{ $box->customer->user->name }}   - Sử dụng: {{ $box->devices->count() }} @endif
{{ csrf_field() }}
@endsection @push('styles') @endpush @push('scripts') @endpush