@extends('backend.layout.main') @section('content')

{{__('db.Import Purchase')}}

{{__('db.The field labels marked with are required input fields')}}.

@csrf
@if($errors->has('extension')) {{ $errors->first('extension') }} @endif

{{__('db.The correct column order is')}} (product_code, quantity, purchase_unit_code, cost, discount_per_unit, tax_name, profit_margin, profit_margin_type, price, imei_number) {{__('db.and you must follow this')}}. {{__('db.All columns are required')}}

@endsection @push('scripts') @endpush