@extends('admin.layout.master') @section('title') Edit My Package @endsection @section('content')
Edit My Package
@csrf
original_package_price : '' }}" readonly disabled>
@if($package->type=="1")

Countries

@forelse($countries as $country)
id,$previous)) checked @endif value="{{ $country->id }}" name="country_region_id[]" id="c{{ $country->id }}">
@empty @endforelse @endif @if($package->type=="2")

Regions

@forelse($regions as $region)
id,$previous)) checked @endif value="{{ $region->id }}" name="country_region_id[]" id="r{{ $region->id }}">
@empty @endforelse @endif
@endsection @section('script') @endsection