@extends('layouts.master')
@section('content')
@endsection
@push('custom_js')
@include('_helpers.yajra',['url' => route("admin.destinations.index"), 'columns' => $columns])
@include('_helpers.swal_delete')
@include('_helpers.status_change', ['url' => route('admin.destinations.status')])
@endpush