@extends('front.layouts.app') @section('title') Welcome to @endsection @section('head') @endsection @section('content')
{!! fileShow('/uploads/pharmacies/photo/', $user->pharmacist->photo) !!}

Hi, {{$user->firstname}} {{$user->lastname}}

My Availability

Mo
Tu
W
Th
F
Sa
Su
Add
@if (!empty($vacancyArr))
    @foreach($vacancyArr as $vacancy)
  • {{$vacancy['name']}}
    {{$vacancy['location']}}
    {{$vacancy['date']}}
  • @endforeach
  • See all jobs
@endif
@include('front.pharmacist-menu')
@endsection @section('script') @endsection