Ambil Antrian



Pendaftaran Pasien Umum.

@if(Session::has('gagal'))
{{Session::get('gagal')}}
@endif @if(Session::has('sukses'))
{{Session::get('sukses')}}
@endif @if ($errors->any()) @foreach ($errors->all() as $error)
{{$error}}
@endforeach @endif
@csrf
{{--
--}}
Kembali