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

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