@if(Session::has('success'))
{{ Session::get('success') }}
@endif @if(Session::has('fail'))
{{ Session::get('fail') }}
@endif
Add Images to Gallery
Gallery Images
Images of Gallery
Image
Action
@foreach($gallery as $gallerys)
Delete
@endforeach