@extends('dashboard.body.main') @section('specificpagestyles') @endsection @section('container')
@if (session()->has('success')) @endif @if (session()->has('warning')) @endif

Edit Advance Salary

@csrf @method('put')
@error('employee_id')
{{ $message }}
@enderror
@error('date')
{{ $message }}
@enderror
@error('advance_salary')
{{ $message }}
@enderror
Cancel
@endsection