@extends('adminlte::page') @section('content')

Edit Tolly Tatler

@csrf {{-- Title Field --}}
@error('title')
{{ $message }}
@enderror
{{-- Existing Image --}}

@if($tolly_tatler->image) Current Image @else

No image available

@endif
{{-- Image Field --}}
@error('image')
{{ $message }}
@enderror

@if($tolly_tatler->file_name) {{ $tolly_tatler->file_name }} @endif
is_flipbook ? 'checked' : '' }}>
status ? 'checked' : '' }}>
@endsection