@csrf
@php
$classColLable = $typeForm == 'create' ? 'col-lg-4' : 'col-lg-4';
$classColInput = $typeForm == 'create' ? 'col-lg-8' : 'col-lg-8';
$hasImage = isset($model) && $model->image;
$getImage = $hasImage ? $model->imageUrl : '';
@endphp
@if(isset($model))
@else
@endif