@extends('web.layouts.app') @push('page_vendor_css') @endpush @push('page_styles') @endpush @section('title') {{ $PaymentMethodsPage->title }} | {{ $GeneralSettings->name }} @endsection @section('header-content')

{{ $PaymentMethodsPage->title }}

{{ $PaymentMethodsPage->header }}

@endsection @section('content') {!! $PaymentMethodsPage->body !!} @endsection @push('page_scripts_vendors') @endpush @push('page_scripts') @endpush