@extends('layouts.app') @section('title', 'Customer Old Phone Buy (Buyback)') @section('content')
{{-- CSRF Protection --}} @csrf @method('POST')
Customer KYC & Purchase Details
#
{{ __('item.items') }} (Bought Back)
Tip: Create items under 'Used Mobiles' category.
{{ __('app.action') }} {{ __('item.item') }} IMEI / Serial {{ __('app.qty') }} Buy Price Condition {{ __('app.total') }}
No phones added for buyback yet!!
Total Buy Quantity 0 Total Amount: 0.00

Grand Total: 0.00

Payment to Customer
@include("modals.payment-type.create") @include("modals.party.create") @include("modals.item.create") @endsection @section('js') @endsection