@extends('layouts.admin.admin') @section('title', 'Add') @section('content')
@include('product.size.form', ['header' => 'Add New Product Size'])
@endsection