@extends('hr::layouts.app') @section('head') @endsection @section('content')
Salary Advance
{{ csrf_field() }}

@if(Auth::user()->can('employee_salary_advance_delete')) @endif @if(Auth::user()->can('employee_salary_advance_create')) @endif
image/
@endsection @section('script') @endsection