@extends('admin.layouts.app') @section('title', $title) @section('content') {{$title}} Home {{$title}} {{$title}} @csrf Pharmacy Name Address Select Areas for work Select Areas for work @foreach($region as $value) id == $user->pharmacy->region_id ? 'selected' : ''}}>{{$value->name}} @endforeach Owner's Name Contact Phone Contact Email Uploads License @if (!empty($user->pharmacy->uploads_license)) {!! fileShow('/uploads/pharmacy/uploads_license/', $user->pharmacy->uploads_license, '30%') !!} @endif @endsection @section('script') @endsection