@extends('components.main') @section('title')-Terms & Conditions @endsection @section('custom-style') @endsection @section('content')
@lang('home.terms')

{{ App\Setting::first()->terms }}

@endsection