@extends('layouts.app') @section('title', 'SJL') @section('content')

Contact Us

We’re here to assist with any inquiries or support you need. Fill out the contact form, and our team will respond promptly.

Get In Touch

@csrf
Name is required
Mobile Number is required
Email is required
@if (session('status'))
{{ session('status') }}
@endif
@endsection