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

Edit Size

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