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

Imports

Back
@if(session('success'))
{{ session('success') }}
@endif @if(session('info'))
{{ session('info') }}
@endif @if($errors->any())
{{ collect($errors->all())->first() }}
@endif
Import Patients
@csrf
Uses the same importer as the Services screen.
Import Follow-ups
@csrf
Uses the same importer as the Services screen.
@endsection