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

Edit Topper

@method('PATCH') @csrf
@if($errors->has('name')) {{ $errors->first('name') }} @endif
@if(!is_null($topper->image)) @endif Note : Upload Size 600 x 708
Numbers Only
Cancel
@endsection