@extends('admin.layouts.master') @section('title', 'Term & Conditions Page') @section('content')

{{ __('Terms & Conditions') }}

@csrf
@if ($errors->has('title'))

{{ $errors->first('title') }}

@endif
@if ($errors->has('description'))

{{ $errors->first('description') }}

@endif
@endsection @section('js') @endsection