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

Edit Profile

@csrf
{{--
--}}
@foreach($user->pharmacistRegion as $region)
{{$region->region->name}}
$
@endforeach

Uploads

@endsection @section('script') @endsection