@extends('front.layout.default_layout') @section('content')

Image Gallery

@if (count($errors) > 0)
×
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@foreach (['danger', 'warning', 'success', 'info'] as $msg) @if(Session::has('alert-' . $msg))

{{ Session::get('alert-' . $msg) }} ×

@endif @endforeach
@if(isset($user_id)) + Add Gallery Image @else + Add Gallery Image @endif
@if($product_data->isEmpty())
Sorry! No Records Found.
@else