@extends('layouts.main-layout') @section('title') @if(Session::get('user')->user_role == 'farmaceutska_kuca') {{ config('app.name') }} - Farmaceutska kuća - {{ Session::get('user')->user_name }} @else {{ config('app.name') }} - Apoteka - {{ Session::get('user')->user_name }} @endif @endsection @section('content')
@if(!isset($id) && empty($id))


Vaš Profil - {{ $user->user_name }}


@csrf

@else


Profil - {{ $user->user_name }}


{{ $user->user_name }}

{{ $user->user_address }}

@endif
@endsection