@extends('layouts.admin') @section('title', 'Clinic Practice Profile') @section('page', 'clinic-profile') @section('content')

Clinic Practice Profile

Manage official clinic credentials, contact details, operating hours, and practice settings.

@if($errors->any())
@foreach($errors->all() as $e)
{{ $e }}
@endforeach
@endif
@csrf @method('PUT')
Clinic Identity & Public Branding
Official clinic details displayed on receipts and prescriptions.
Practice Physical Location
Street address and city details provided to patients.
Operating Hours
Default opening and closing times.
Logo & Currency
Used on prescriptions and across the app.
@if($clinic->logo_path)
@endif
@endsection