@extends('adminlte::page') @section('title', 'Edit Travel Guide Card') @section('content_header')

Edit Card

@stop @section('content')
@csrf
@if(!empty($cluster->image))
@endif
@stop @section('css') @stop @section('js') @stop