{{-- Extends layout --}} @extends('layout.default') @section('styles') @endsection {{-- Content --}} @section('content')

Apply

@csrf
* Leave Type
* Day Status
* Start Day
begin_date)) value="{{ $application->begin_date }}" @else value="{{ old('begin_date') }}" @endif required style="border: 1px solid rgb(178, 34, 34,.4);">
@if ($errors->has('begin_date')) {{ $errors->first('begin_date') }} @endif
* End Day
end_date)) value="{{ $application->end_date }}" @else value="{{ old('end_date') }}" @endif required style="border: 1px solid rgb(178, 34, 34,.4);">
@if ($errors->has('end_date')) {{ $errors->first('end_date') }} @endif
@if(isset($remaining)){{$remaining}}@else 0 @endif
@if(isset($image)) @for($x=0;$x
@endfor @endif
@endsection @section('scripts') @endsection