@extends('layouts.app') @section('title', __('app.'.$type.'_purchase')) @section('content')

{{ __('app.'.$type.'_purchase') }}

{{ __('app.purchase_form_hint') }}

🪄 {{ __('app.quick_wizard') }}{{ __('app.back') }}
@csrf
{{ __('app.purchase_information') }}
@if($type==='supplier' || $type==='import')
@endif @if($type==='customer')
@endif @if($type==='import')
@endif @if($type==='customer')
@endif
{{ __('app.mobile_details') }}
{{ __('app.price_payment') }}
@endsection