@extends('layouts.frontend.master') @section('title', 'Terms & Conditions') @section('css') @endsection @section('style') @endsection @section('content')
image
  • Home
  • Terms & Conditions

{{$terms->title ?? 'Terms & Conditions'}}

@if(!empty($terms->description))
{!! $terms->description !!}
@else
Terms & Conditions Not Found
@endif
@endsection @section('script') @endsection