@extends('layouts.admin_app') @section('title', 'Show Location Details') @section('content')
| Location Status | {!! $location->status[0] !!} |
|---|---|
| Location Type | {{ optional($location->locationType)->id }} |
| Location Pharmacy Type | {{ optional($location->locationPharmacyType)->id }} |
| Location Regulatory Body | {{ optional($location->locationRegulatoryBody)->name }} |
| Registered Company Name | {{ $location->registered_company_name }} |
| Trading Name | {{ $location->trading_name }} |
| Registration No | {{ $location->registration_no }} |
| Address Line1 | {{ $location->address_line1 }} |
| Address Line2 | {{ $location->address_line2 }} |
| Address Line3 | {{ $location->address_line3 }} |
| Town | {{ $location->town }} |
| County | {{ $location->county }} |
| Country | {{ $location->country }} |
| Postcode | {{ $location->postcode }} |
| Telephone No | {{ $location->telephone_no }} |
| {{ $location->email }} |