@extends('backend.layouts.app') @section('title', @$data['title']) @section('content')
@include('backend.partials.user_navbar')
{{ @$data['title'] }}
@if (hasPermission('advance_salaries_search'))
@endif
{{ _trans('common.Employee') }} {{ _trans('common.Advance Type') }} {{ _trans('common.Amount') }} {{ _trans('common.Month') }} {{ _trans('common.Payment') }} {{ _trans('common.Return') }} {{ _trans('common.Installment') }} {{ _trans('common.Created At') }} {{ _trans('common.Status') }} {{ _trans('common.Action') }}
@endsection @section('script') @include('backend.partials.datatable') @endsection