@extends('front.layouts.app') @section('title') Welcome to @endsection @section('head') @endsection @section('content')

My Pharmacies

@foreach($pharmacyLocation as $pl)
@if ($pl->id == auth()->user()->pharmacy_id)
@endif
@endforeach
Add
@include('front.pharmacy-menu')
@endsection @section('script') @endsection