@extends('frontend.layout.master') @section('content')
@if(Session::has('success'))

{{ Session::get('success') }}

@endif @if(Session::has('errors'))

{{ Session::get('errors') }}

@endif
image

Multiple Image Gallery

{{csrf_field()}}
@if(!$allPic->isEmpty())
@endif
@endsection @section('scripts') @endsection