@extends('admin.layouts.app') @section('head') @endsection @section('content')

{{$title}}

@csrf
{{{$subtitle}}}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('show_main')) {{ $errors->first('show_main') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
Imagenes
Imagen principal

Agregue una imagen con (1920 * 750)px aproximadamente para mantener el formato de la web.

image) }}" id="product-img" class="h-auto" style="width: 380px; height: 80px;" /> {{-- --}}
@error('image')
{{ $message }}
@enderror
Cancelar
@section('scripts') {{-- previzualizar imagenes --}} {{-- galeria --}} @endsection @endsection