@extends('mainlayout.layout') @section('title') @endsection @push('css') @endpush @section('content')
@if(empty($property->tc_sw) && empty($property->tc) )

Add Terms and Conditions

@else

Edit Terms and Conditions

@endif
@csrf
@if(empty($property->tc_sw) && empty($property->tc) ) @else @endif
@endsection @push('scripts') @endpush