@extends("backend.layout-sticky.master") @section("title") Registrasi - Sistem Klinik @endsection @push('css') @endpush @section ('back') @endsection @section ('content')

Pendaftaran Pasien

@if(session()->has('messages'))
{{ session()->get('messages') }}
@endif @if(session()->has('error'))
{{ session()->get('error') }}
@endif
@csrf @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@endsection @push('js') @endpush