@extends('layouts.master') @section('content')
@include('layouts._includes._package-navigation',["active"=>"gallery"])

@if($package->gallery_image()->count() < 5)
Maximum 5 images allowed in gallery ({{ $package->gallery_image()->count() }}/5 uploaded)
{{--
--}}
Save
@else
Gallery Full! Maximum of 5 images allowed. Please remove an existing image to add a new one.
@endif
@endsection @push('custom_js') @include('_helpers.row_reorder', ['url' => route('admin.packages.gallery.reorder',$package->id)]) @include('_helpers.ajax_form') @include('_helpers.yajra',['url' => route("admin.packages.gallery.index",$package->id), 'columns' => $columns]) @include('_helpers.swal_delete') @include('_helpers.image_preview', ['name' => 'image']) @include('_helpers.status_change', ['url' => route('admin.packages.gallery.status',$package->id)]) @endpush