@section('meta_title') @lang('languages.branches') @endsection @section('meta_desc') {{ 'About Yara Net Internet Service Provider in Afghanistan' }} @endsection @extends('Frontend.master_page') @section('title')

@lang('languages.branches')

@endsection @section('page_path') @endsection @section('content')
@forelse ($branches as $branch)
{{-- --}}

{{ getTranslatedContent([ 'en_content' => $branch->en_name, 'da_content' => $branch->da_name, 'pa_content' => $branch->pa_name, ]) }}

@foreach (explode(',', $branch->contact) as $contact)

{{ $contact }}

@endforeach

{{ getTranslatedContent([ 'en_content' => $branch->en_address, 'da_content' => $branch->da_address, 'pa_content' => $branch->pa_address, ]) }}

@foreach (explode(',', $branch->email) as $email)

{{ $email }}

@endforeach
@empty @endforelse
@endsection