@extends('front.layouts.master') @section('content')
@if(isset($patients) && count($patients) > 0)

International Patients

@foreach($patients as $patient)
@endforeach
@endif @endsection