@extends('user.layouts.app') @section('body_class', 'payment-guidelines-page') @section('content')
@if(!empty($payment_guidelines)) @foreach($payment_guidelines as $key => $payment_guideline) @if($key == 0 )

{{$payment_guideline->section_title}}

{!! $payment_guideline->section_description !!}
@endif @endforeach @endif
@if(!empty($payment_guidelines)) @foreach($payment_guidelines as $key => $payment_guideline) @if($key != 0 )

{{$payment_guideline->section_title}}

{!! $payment_guideline->section_description !!}
@endif @endforeach @endif
@endsection @section('footer') @endsection @push('scripts') @endpush