@extends('frontend.layouts.app') @section('title', __('about.about_hulas_remittance')) @section('meta', 'Welcome to Hulas Remittance') @section('content')
About Us Image

{{ __('about.about_hulas_remittance') }}

@isset($aboutUs->image) About Us Image @endisset

{{ __('about.about_hulas_remittance') }}

@isset($aboutUs->description_en)

{!! app()->getLocale() == 'en' ? $aboutUs->description_en : (isset($aboutUs->description_np) ? $aboutUs->description_np : $aboutUs->description_en) !!}

@endisset
@isset($aboutUs->years_of_experience_en)

{!! app()->getLocale() == 'en' ? $aboutUs->years_of_experience_en : (isset($aboutUs->years_of_experience_np) ? $aboutUs->years_of_experience_np : $aboutUs->years_of_experience_en) !!}

@endisset

{{ __('about.years_of_experience') }}


@isset($setting->facebook) @endisset @isset($setting->linkedin) @endisset @isset($setting->twitter) @endisset

{{ __('home.our_services') }}

{{ __('home.simple_secure_seamless') }}

{{ __('home.services_description') }}

@foreach ($services as $service)
@if ($service->file) {{ $service->name_en }} @else
@endif

{{ $service->name_en }}

{{ $service->description_en }}

@endforeach

{{ __('about.lets_get_started') }}

{{ __('about.lets_get_started_description') }}

{{ __('about.find_an_agent') }}
@endsection @push('scripts') @endpush