@extends('admin.layout.base') @section('title', 'Terms and Condition') @section('content')
Terms and Condition
{{ csrf_field() }}

@if($terms->count() > 0) @foreach($terms as $term) @endforeach
Terms and Conditions
 
@else

No terms Available

@endif
@endsection @section('scripts') @endsection