@extends('user.layout.master') @section('body')
@csrf

রিমাইন্ডার

@if($errors->has('type')) {{ $errors->first('type') }} @endif
@if($errors->has('mohajon_owner_setup_id')) {{ $errors->first('mohajon_owner_setup_id') }} @endif
@if($errors->has('kreta_setup_id')) {{ $errors->first('kreta_setup_id') }} @endif
@if($errors->has('amanot_address')) {{ $errors->first('amanot_address') }} @endif
@if($errors->has('amanot_setup_id')) {{ $errors->first('amanot_setup_id') }} @endif
@if($errors->has('description')) {{ $errors->first('description') }} @endif
@if($errors->has('date_from')) {{ $errors->first('date_from') }} @endif
@if($errors->has('date_to')) {{ $errors->first('date_to') }} @endif

এড কার্ট

নং ধরন নাম বিবরন তারিখ শুরু তারিখ শেষ স্টেটাস
@endsection