@extends('admin.layout.app') @section('content')
{{-- Card --}}

Create Master Product

@csrf {{-- Name --}}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
{{-- Status --}} {{-- Image --}}
@if ($errors->has('image')) {{ $errors->first('image') }} @endif
Single image, recommended size: 500x500px. Max 2MB. Only jpg, png, jpeg allowed.
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
{{-- Submit --}}
{{-- /Card --}}
@endsection {{-- Optional: JS image preview --}}