@extends('layouts.adminApp') @section('title', 'Contact Setting || Heritage In Khulna') @section('external_css') @endsection @section('content')
Contact Page Setting
@csrf
Text Section
Contact Image
Current Contact Hero Image
{{-- New image preview --}} @error('contact_image') {{ $message }} @enderror
@endsection @section('external_js') @if(session('success')) @endif @if(session('error')) @endif @endsection