@extends('layouts.admin') @section('content')
{{ trans('global.create') }} {{ trans('cruds.termsAndCondition.title_singular') }}
@csrf
@if ($errors->has('description')) {{ $errors->first('description') }} @endif {{ trans('cruds.termsAndCondition.fields.description_helper') }}
@if ($errors->has('bn_description')) {{ $errors->first('bn_description') }} @endif
@endsection @section('scripts') @endsection