@extends('user.layout.master') @section('title', 'Refund') @push('plugin-styles') @endpush @section('content')
{{--
--}}

Refund


@if (!empty($refund->year) == 'Jan2024')
Feb2024
@elseif(!empty($refund->year) == 'Feb2024')
Mar2024
@elseif(!empty($refund->year) == 'Mar2024')
Apr2024
@else
Jan2024
@endif
@if (Auth::guard('user')->user()->firm_type == 'Monthly')
@csrf
{{ $errors->first('year') }}
@else
@csrf
@endif
@endsection @push('plugin-scripts') @endpush @push('custom-scripts') @endpush