@extends('user.layout') @section('title') {{__('message.Appointment List')}} @stop @section('meta-data') @stop @section('content')

{{__('message.Appointment List')}}

@if(Session::has('message'))
@endif

{{__('message.Appointment List')}}

@if(count($appointmentdata)>0) @foreach($appointmentdata as $am)
@if($am->patientls->profile_pic!="") @else @endif

{{$am->patientls->name}}