@extends('user.layout.base') @section('title', 'Terms and Condition') @section('content')
@if($terms->count() > 0) @foreach($terms as $term) @endforeach
Terms and Conditions
@else

No terms Available

@endif
@endsection