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

প্রাতিষ্ঠানিক ব্যয় রিপোর্ট

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