@extends('layouts.admin') @section('title', 'Size | Mintavia Admin') @section('content')

Edit Size

@csrf @method('PATCH')

@error('size_name') {{ $message }} @enderror
@endsection @section('js') @endsection