@extends('adminlte::page')
@section('title', 'Agregar Imagenes')
@section('content_header')
Agregar Imagenes
@stop
@section('content')
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@if (session('success'))
{{ session('success') }}
@endif
@stop
@section('css')
{{-- Add here extra stylesheets --}}
{{--
--}}
@stop
@section('js')
@stop