@extends('backend.layout') @section('content')
{{ csrf_field() }}
  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() }}
hasRole('resellers') ) disabled="true" @endif placeholder="Nhập giá trị hợp đồng" name="date_used" value="{{ old('date_used',date('Y-m-d', strtotime($box->date_used)) ) }}">
hasRole('resellers') ) disabled="true" @endif placeholder="Nhập giá trị hợp đồng" name="expired_date" value="{{ old('expired_date',date('Y-m-d', strtotime($box->expired_date))) }}">
Cấu hình dịch vụ
@foreach($cates as $cate)
@endforeach
@if(!$box->canceled)
@endif
@endsection @push('styles') @endpush @push('scripts') @endpush