@extends('layouts.master') @section('title', 'Clients | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.patients')) @section('css') @endsection @section('fixedcontent') @if (Session::has('success'))

Sent Successfully

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

@endif @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('patientappo.patient search') }}
{{ __('basic.new travelers') }}
No Results Founded
@endsection @section('js') @endsection