@extends('layouts.app') @section('title', 'Buyback Invoices') @section('css') @endsection @section('content')
Buyback Invoices (Old Phones)
@can('purchase.bill.create') @endcan
{{-- CSRF Protection --}} @csrf @method('POST')
Buyback Code {{ __('app.date') }} Device Name Serial/IMEI {{ __('customer.customer') }} {{ __('app.total') }} {{ __('payment.balance') }} {{ __('app.created_by') }} {{ __('app.created_at') }} {{ __('app.action') }}
@include("modals.payment.invoice-payment", ['payment_for' => 'purchase-bill']) @include("modals.payment.invoice-payment-history") @include("modals.email.send") @include("modals.sms.send") @endsection @section('js') @endsection