@extends('admin.layouts.app') @section('title', 'Edit Visa Success Story') @section('content')
← Back

Edit Visa Success Story

@if($errors->any())
@endif
@csrf @method('PUT')
@if($visaStory->image_url)
Current

Current image

@else @endif
is_active ? '1' : '0') == '1' ? 'checked' : '' }} class="rounded border-gray-300">
Cancel
@endsection @push('scripts') @endpush