@extends('layouts.app') @section('title') @php echo $metatags @endphp @php echo $schema @endphp @endsection @section('content')
@if ($configration->address1)
address

{{$configration->address1}}

@endif @if ($setting->mobile)
phone
{{ $setting->mobile }} @if ($setting->telphone) {{ $setting->telphone }} @endif
@endif @if ($setting->date)
dates

{{$setting->date}}

@endif
icon @lang('home.courses')

@lang('home.get_in_touch')

@csrf
{{--
--}}

@lang('home.riyda_branch')

@lang('home.jeddah_branch')

@endsection @section('script') @if ($errors->any()) @endif @endsection