@extends('layouts.master') @section('title', __('Buildings')) @section('stylesheet') @endsection @section('content')
@if (Auth::user()->can('Show-Building')) {{ __('Informations') }} @endif @if (Auth::user()->can('Read-Owners')) {{ __('Owners') }} @endif @if (Auth::user()->can('Read-Floors')) {{ __('Floors') }} @endif @if (Auth::user()->can('Read-Units')) {{ __('Units') }} @endif @if (Auth::user()->can('Read-Crafts')) {{ __('Crafts') }} @endif @if (Auth::user()->can('Read-Subscriptions')) {{ __('Subscriptions') }} @endif @if (Auth::user()->can('Read-Financial')) الملف المالي @endif @if (Auth::user()->can('Read-Organizational')) الملف التنظيمي @endif @if (Auth::user()->can('Read-ProofOfCase')) إثبات حالة @endif
{{-- ====================================================== --}} {{-- info --}} @if (Auth::user()->can('Show-Building'))

@if($building->image == NULL) @if(\App\Models\Street::where('id',$building->street_id)->first()) @endif @else @endif اخر تخديث بتاريخ : {{$building->updated_at}}

@endif {{-- ====================================================== --}} {{-- owner --}} @if (Auth::user()->can('Read-Owners'))
@if (Auth::user()->can('Create-Owner')) @endif
@endif {{-- ====================================================== --}} {{-- floor --}} @if (Auth::user()->can('Read-Floors'))
{{ $building->floors_sum_area ?? 0 }}م
المساحة الكلية
{{ $building->floors_sum_licensed_area ?? 0 }} م
المساحة المرخصة
{{ $building->floors_sum_license_fees ?? 0 }}
المبلغ المدفوع
{{$building->remaining_amount ?? 0}}
المبلغ المتبقي
{{ $building->area ?? 0 }}م
مساحة الأرض
{{ $building->area * 2 ?? 0 }} $
المبلغ المطلوب للتطوير
{{ $building->dev_required_pay ?? 0 }} $
المبلغ المدفوع للتطوير
{{$building->dev_remaining_amount ?? 0}} $
المبلغ المتبقي للتطوير
@if (Auth::user()->can('Create-Floor')) @endif
@endif {{-- ====================================================== --}} {{-- unit --}} @if (Auth::user()->can('Read-Units'))
@if (Auth::user()->can('Create-Unit')) @endif
@endif {{-- ====================================================== --}} {{-- craft --}} @if (Auth::user()->can('Read-Crafts'))
@if (Auth::user()->can('Create-Craft')) @endif
@endif {{-- ====================================================== --}} {{-- subscription --}} @if (Auth::user()->can('Read-Subscriptions'))
@if (Auth::user()->can('Create-Subscription')) @endif
@endif {{-- ====================================================== --}} {{-- getTaxTotalsByCustomer --}} @if (Auth::user()->can('Read-Financial'))
@endif {{-- ====================================================== --}} {{-- OrganizationFile --}} @if (Auth::user()->can('Read-Organizational'))
طلب الترخيص الأرشيف @foreach ($category_archive_attachments as $category_archive_attachment) {{ $category_archive_attachment->name }} @endforeach
{{-- ======= --}}
@method('post') @csrf
المرفقات:
can('Update-LicenseForm') ? '' : 'disabled' }}>
can('Update-LicenseForm') ? '' : 'disabled' }}>
can('Update-LicenseForm') ? '' : 'disabled' }}>
can('Update-LicenseForm') ? '' : 'disabled' }}>
can('Update-LicenseForm') ? '' : 'disabled' }}>

{{-- ======= --}} {{-- ======= --}} @foreach ($category_archive_attachments as $category_archive_attachment)
bhm{{ $category_archive_attachment->id }}
@endforeach {{-- ======= --}}
@endif {{-- ====================================================== --}} {{-- ProofOfCase --}} @if (Auth::user()->can('Read-ProofOfCase'))
@if (Auth::user()->can('Create-ProofOfCase')) @endif
@endif {{-- ====================================================== --}}
{{-- Edit Owners --}} {{-- Add Owners --}} {{-- ===================================== --}} {{-- ===================================== --}} {{-- table_tax_details --}} {{-- ===================================== --}} {{-- Add Floor --}} {{-- Edit Floor --}} {{-- ===================================== --}} {{-- Add Unit --}} {{-- Edit Unit --}} {{-- ===================================== --}} {{-- Add Craft --}} {{-- ===================================== --}} {{--transfer Photo Category--}} {{-- ===================================== --}} {{-- Add ProofOfCase --}} {{-- Edit ProofOfCase --}} {{-- ===================================== --}} {{-- Add subscription --}} {{-- Edit subscription --}} {{-- ===================================== --}} @endsection @push('scripts') {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} @endpush