@extends('adminlte::page') @section('title', 'Agregar Imagenes') @section('content_header')

Agregar Imagenes

@stop @section('content') @if ($errors->any())
@endif @if (session('success'))
{{ session('success') }}
@endif
@csrf
@stop @section('css') {{-- Add here extra stylesheets --}} {{-- --}} @stop @section('js') @stop