@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 Supplier Select Supplier @foreach($suppliers as $key => $supplier) {{++$key}}. {{$supplier->name}} ({{ $supplier->phone }}) @endforeach Add New Supplier Drivery Date Image Product Number Product Name Quantity Purchase Price Sale Price Total Amount Add Total Amount Paid Payment Method Select Payment Method Cash Online cheque @push('footer-assets') @endpush @endsection