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

Add Size

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