@extends('vendor.layouts.app') @section('page_title') @if (isset($product)) {{ $product->name }} - {{ __('Edit :x', ['x' => __('Product')]) }} @else {{ __('Create new item') }} @endif @endsection @push('styles') @endpush @section('content') @php $isAdmin = false; @endphp