@extends('layouts.app') @php $title = isset($size)?'Edit Size':'Create Size'; @endphp @section('title', $title) @section('css') @endsection @section('content') @php $type = config('constant.gender_type'); @endphp

Size

{{$title}}

@csrf @if(isset($size)) @method('PUT') @endif
@endsection @section('scripts') @endsection