@extends('admin.layouts.master') @section('title') {{ translate('Frontend - Contact') }} @endsection @section('content')
{{ translate('Contact') }}
@csrf
{{ translate('Contact Banner Section') }}
@error('contact_name') {{ $message }} @enderror
@if($contacts->image)
Current Contact Image
@endif
{{ translate('Contact Form Section') }}
{{ translate('Email Description') }}
@endsection @section('scripts') @endsection