@extends('layouts.backend') @section('title', ucfirst('Model') . ' Form') @section('page_title', ucfirst('Model') . ' Form') @section('content')

{{ ucfirst('Model') }} Management

Back to List
@csrf
@error('name') {{ $message }} @enderror
@error('code') {{ $message }} @enderror
Set the product thumbnail image. Only *.png, *.jpg, and *.jpeg files are accepted.
Cancel
@endsection