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