@extends('admin.layouts.container') @section('content')

{{ $head ?? ''}}

@if($productWarehouse ?? '' && $productWarehouse->id) @method('PUT') @endif @csrf
@if($product)
{{$product->currentDescription->title}}
@endif
@if($productWarehouse ?? '' && $productWarehouse->id) @endif

@endsection @section('inner_js') @endsection