@extends('layouts.admin') @section('title', 'Edit Destination') @section('content')

Edit Destination

@csrf @method('PUT')
@endsection