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

Edit {{$user->pharmacy->pharmacy_name}}

@csrf

Uploads

{{-- --}}
@if (auth()->user()->pharmacyLocation()->count() > 1) @endif
@endsection @section('script') @endsection