@extends('admin_layouts.main') @section('main-section')
Add Images
@if(Session::has('success')) @endif @if(Session::has('error'))
{{ Session::get('error') }}
@endif
Gallery
@foreach($gallery as $gallerys) @endforeach
ID Image Action
{{$gallerys->id}} Delete
@endsection