@extends('adminlte::page') @section('title', 'Edit Location') @section('content_header') @stop @section('content')

Edit Location

Update Location

@csrf
@if ($errors->has('title'))

{{ $errors->first('title') }}

@endif
Allowed types: jpeg, png, jpg @if ($errors->has('bio_image'))

{{ $errors->first('bio_image') }}

@endif
{{-- Existing saved image --}} @if(!empty($biodiversity->bio_image)) Existing Image @endif {{-- New preview (hidden until image selected) --}}
@if ($errors->has('visibility'))

{{ $errors->first('visibility') }}

@endif
@if ($errors->has('status'))

{{ $errors->first('status') }}

@endif
@stop @section('js') @include('admin.biodiversity.scripts.index') @stop