@extends('layouts.master') @section('title', 'Purchase Create') @section('page-header') Purchase Create @stop @push('style') @endpush @section('content')

@yield('page-header')

@csrf @include('partials._alert_message')
Supplier*
Company Name @error('date') {{ $message }} @enderror
Date*
@if (count(old('product_id') ?? []) > 0) @foreach(old('product_id') as $key => $value) @endforeach @else @endif
SL. Product* Unit Purchase Price Sale Price Stock Quantity Subtotal
@error('unit') {{ $message }} @enderror @error('quantity') {{ $message }} @enderror @error('subtotal') {{ $message }} @enderror
Total
@error('cost') {{ $message }} @enderror
@error('end_date') {{ $message }} @enderror
@error('end_date') {{ $message }} @enderror
@error('end_date') {{ $message }} @enderror
@endsection @section('js') @endsection