@extends('layouts.app.master') @section('title', 'Add Model') @section('content')

Manage Product Model

Add Product Model

@csrf
@if($errors->has('image')) {{ $errors->first('image') }} @endif
@endsection