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

Registration

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

Uploads

File type must be jpeg or png less than 2048kb
File type must be pdf, jpeg or png less than 2048kb
@endsection @section('script') @endsection