@extends('office.layouts.master') @section('title', __('lang.office_profile')) @section('content')

{{ __('lang.office_profile') }}

@if (session('status')) {{ session('status') }} @endif
@if ($office->logoUrl()) @else
@endif
{{ $office->name }} {{ __('lang.'.($office->is_active ? 'active' : 'inactive')) }}
@if ($office->cr_number)
{{ __('lang.cr_number') }}: {{ $office->cr_number }}
@endif

{{ __('lang.office_contact_hint') }}

{{ __('lang.phone') }}
{{ $office->phone ?: '-' }}
{{ __('lang.email') }}
{{ $office->email ?: '-' }}

{{ __('lang.office_contact_change_hint') }}

{{ __('lang.office_details') }}

@csrf
@error('logo')
{{ $message }}
@enderror
{{ __('lang.save') }}
@if ($errors->any() && old('field')) @endif @endsection @push('styles') @endpush @push('scripts') @endpush