@extends('admin.layout.dashboard-template') @section('content')
@csrf
@if(\Session::get('success')) @endif {{ \Session::forget('success') }} @if(\Session::get('error')) @endif

Package Details

@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('slug')) {{ $errors->first('slug') }} @endif
@if ($errors->has('subtitle')) {{ $errors->first('subtitle') }} @endif
@if ($errors->has('duration')) {{ $errors->first('duration') }} @endif
@if ($errors->has('price')) {{ $errors->first('price') }} @endif
@if ($errors->has('inclusion')) {{ $errors->first('inclusion') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif

Gallery

@foreach($data->images as $item) @endforeach

Travel Plan

@foreach($data->travelPlans as $item) @endforeach
@if ($errors->has('nights')) {{ $errors->first('nights') }} @endif @if ($errors->has('place')) {{ $errors->first('place') }} @endif Add More plan
@endsection