@extends('layouts.master') @section('title', 'Advance Against Salary') @push('css') @endpush @section('content') @include('partials.header') @include('partials.sidebar')

Advance Against Salary

@if(session('success'))
{{ session('success') }}
@endif

Advance Entry Form

@csrf
@push('js') @endpush @endsection