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

ক্রেতার লেজার

@if($errors->has('area')) {{ $errors->first('area') }} @endif
@if($errors->has('address')) {{ $errors->first('address') }} @endif
@if($errors->has('kreta_setup_id')) {{ $errors->first('kreta_setup_id') }} @endif
@if($errors->has('date_from')) {{ $errors->first('date_from') }} @endif
@if($errors->has('date_to')) {{ $errors->first('date_to') }} @endif
@endsection