@extends('admin.layout.master') @section('content') @include('flash-message')
@include('admin.layout.pay_title_header', [ 'title' => __('obs.create_loan'), 'button_html' => '' . __('obs.loan_list') . '', ])
@csrf
{{ __('obs.employee') }} {{ __('obs.loan') }} {{ __('obs.history') }}
{{ __('obs.date') }} {{ __('obs.amount') }} {{ __('obs.due') }} {{ __('obs.status') }}
{{ __('obs.select_employee_to_see_history') }}
@endsection @section('script') @endsection