{{-- Style Section --}}
San Patricio Medflix Appointments Admin
{{-- START : Bell Icon --}}
Actividad
@foreach ($activitys as $activity) @if($activity->ticket->assigned_user == Auth::user()->name) @foreach ($activity->read as $read ) @if($read->user_id == Auth::user()->id) @if($read->didYouReadIt == 0)
{{ csrf_field()}}
{{$activity->description}}
Hace {{$activity->created_at->diffForHumans(null, true,true)}}
@else
{{$activity->description}}
Hace {{$activity->created_at->diffForHumans(null, true,true)}}
@endif @endif @endforeach @elseif($activity->ticket->following->contains('user_id',Auth::user()->id)) @foreach ($activity->read as $read ) @if($read->user_id == Auth::user()->id) @if($read->didYouReadIt == 0)
{{ csrf_field()}}
{{$activity->description}}
Hace {{$activity->created_at->diffForHumans(null, true,true)}}
@else
{{$activity->description}}
Hace {{$activity->created_at->diffForHumans(null, true,true)}}
@endif @endif @endforeach @endif @endforeach
{{-- END : Bell Icon --}}
{{Auth::user()->name}}
{{--
IT Director
--}}
{{--
Cuenta
Settings
--}}
Logout
{{-- --}}
Dashboard
6
Tickets
Notifications
Staff
Activity
{{-- --}}
{{--
{{$staff->user->name}}
--}} @if ($message = Session::get('errors'))
{{ $message }}
@elseif($message = Session::get('success'))
{{ $message }}
@endif
{{--
{{$staff->user->name}}
--}} {{-- --}}
{{-- --}}
{{$staff->user->name}}
{{-- --}}
{{ csrf_field() }}
{{-- @if($staff->staff_pictures == null)
@else
@endif
--}} @if($staff->staff_pictures == null)
@else
@endif
{{-- --}}
Contact Information
{{$staff->user->email}}
{{$staff->user->staff_profile->phone}}
{{-- --}}
@if(Auth::user()->staff_profile->user_type == "Admin") Role
@else Role @endif
{{$staff->user->staff_profile->user_type}}
Reset password
{{-- --}} {{-- --}}
{{--
Exportar Actividades
--}}
×
Pacientes
{{--
Country
--}}
@foreach ($table as $ticket )
{{$ticket->ticket_number}} : {{ $ticket->userprofile->user->name }}
@endforeach
Change Role
×
{{-- --}}
{{-- Form Change To Admin --}}
{{ csrf_field() }}
Change To Admin
{{-- --}} {{-- Form Change To Data Entry --}}
{{ csrf_field() }}
Change To Data Entry
{{-- --}}
Change Contact Information
×
{{-- --}}
{{-- Form Change To Admin --}}
{{ csrf_field() }}
Save Information
{{-- --}}
Change Password
×
{{-- --}}
{{-- Form Reset Password --}}
{{ csrf_field() }}
Current Password
{{-- @if ($errors->has('current_password'))
{{ $errors->first('current_password') }}
@endif --}}
New Password
{{-- @if ($errors->has('new_password'))
{{ $errors->first('new_password') }}
@endif --}}
Confirm New Password
Change Password
{{--
Save Information
--}}