@extends('layouts.master') @section('content')

Request An Appointment

Request your appointment online with the top Myositis India doctors. Get the best Myositis consultation & treatment with the best doctors at Myositis India


@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if (Session::has('success'))

{{ Session::get('success') }}

@endif
@csrf
@error('name') {{ $message }} @enderror
@error('email') {{ $message }} @enderror
@error('phone') {{ $message }} @enderror
@error('state') {{ $message }} @enderror
@error('message') {{ $message }} @enderror

@endsection