@extends('layouts.admin') @section('content')

Add Product

{{ csrf_field() }} {!! method_field('PUT') !!} {!! csrf_field() !!}
Product
Current Quantity
Add more Quantity
Upload Image
Remarks
@endsection