@extends('layouts.app') @section('styles') @endsection @section('content') @php $content_page_name = 'Packages'; $content_page_name_single = 'Packages'; @endphp @canany(['homebanner-create', 'homebanner-edit'])

Edit {{ $content_page_name }}

@csrf
@foreach ($multiple_image as $image)
Existing Image
@endforeach

Add Overview

@foreach ($PackageOverview as $overview)
@endforeach
@can('homebanner-create') Save @endcan
@endcanany @endsection @section('scripts') {{-- ################################Jquery Datatable########################### --}} {{-- --}} {{-- ########################################################################## --}} @endsection