@extends('layouts.admin-layout') @section('title') Edit Size @endsection @section('content')

Edit Size

Back
@csrf @method('PUT')
@error('name') {{ $message }} @enderror
@endsection