@extends('front.layouts.app') @section('content')
{!! $termsAndConditions->translation->content !!}
@if(Auth::check())
@csrf
{{__('I have read and accepted Ecommerce Terms & Conditions')}}
{{-- --}} {{-- {{__('Proceed to FAQ (recommended)')}}--}} {{-- --}} {{-- --}} {{-- {{__('Proceed to Application')}}--}} {{-- --}} {{-- --}}
@else
{{__('Close')}} {{-- --}}
@endif
@endsection @push('script-page-level') @endpush