@extends('layouts.main-layout') @section('title') {{ config('app.name') }} - Pharmacy Dashboard @endsection @section('content')
@csrf
@foreach($drugstores as $drugstore) @endforeach
Izaberi apoteku Ime apoteke
{{ $drugstore->user_name }}
@endsection