@extends('committee.layout.master') @section('content')

تفاصيل الترخيص

اسم المدرسة: {{ $license->school->school_name ?? '-' }}
الفرع: {{ $license->branch->name ?? '-' }}
المحافظة: {{ $license->branch->area->city->name ?? '-' }}
المنطقة التعليمية: {{ $license->branch->area->name ?? '-' }}
عنوان المدرسة: {{ $license->branch->school_address ?? '-' }}
أقرب معلم بارز: {{ $license->branch->nearest_landmark ?? '-' }}
الإحداثيات: {{ $license->branch->latitude ?? '-' }}, {{ $license->branch->longitude ?? '-' }}
مدير المدرسة: {{ $license->branch->name_manage ?? '-' }}
هاتف المدير: {{ $license->branch->phone_manage ?? '-' }}
الهاتف الثابت: {{ $license->branch->phone ?? '-' }}
الوصف: {{ $license->branch->description ?? '-' }}
@csrf @method('PUT')
@endsection