@extends('layouts.master')
@section('content')
@include('frontend.service.service_page_static_content.other_static')
Our Banking Partners
@foreach ($businessdata as $index => $data)
-
@endforeach
@foreach ($accounting as $item => $data)
-
@endforeach
@if (@$faqs[0]->question!=null)
Frequently Asked Questions
@foreach ($faqs as $faq)
@endforeach
@endif
@endsection