@extends('layouts.app') @section('title', __('dashboard.Add New Purchase')) @section('page_heading', __('dashboard.Add New Purchase')) @section('content') @include('layouts.partials.workspace-page-styles')

{{ __('dashboard.Add New Purchase') }}

{{ __('dashboard.create_purchase_desc') }}

{{ __('dashboard.Purchases') }}
@csrf
@error('supplier_id')
{{ $message }}
@enderror

{{ __('dashboard.Products') }}
{{ __('dashboard.Product ID/SKU') }} {{ __('dashboard.Price') }} {{ __('dashboard.Quantity') }}
{{ __('dashboard.Cancel') }}
@endsection @section('scripts') @endsection