@php $countries=\App\Models\Country::where('cancelled',0)->get(); $banner=getter('banners')->setLang(app()->getLocale())->condition('position','=','community')->get(); @endphp @extends('layouts.main',[ 'compact'=>'compact' ]) @section('title') {{__('texts.join-community')}} | {{env('APP_NAME')}} @endsection @section('content')
{{__('texts.join-community')}}
@if(isset($banner[0]->image)) @endif
{{__('texts.be-part-bema-community')}}
{{--
{{__('texts.for-candidates')}}
--}}
@csrf
{{-- --}} {{-- --}} {{-- --}} {{-- --}}
@endsection