@extends('layouts.app') @section('title') Add New Size @stop @section('breadcrumb') @stop @section('content')

 Add New Size

Add the information


{{csrf_field()}}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
@stop @section('js') @stop