@extends('layouts.master') @section('content')
@if (session('status'))
× {{ session('status') }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if (Session::has('success'))
{{ Session::get('success')['msg'] }}
@endif

Add Product Order

@csrf
Add New Supplier

Image Product Number Product Name Quantity Purchase Price Sale Price Total Amount Add

@push('footer-assets') @endpush @endsection