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

{{$title}}

@csrf
{{{$subtitle}}}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('show_menu')) {{ $errors->first('show_menu') }} @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.

@error('image')
{{ $message }}
@enderror
Cancelar
@section('scripts') {{-- previzualizar imagenes --}} {{-- previzualizar imagenes --}} {{-- galeria --}} @endsection @endsection