@extends('layouts.master') @section('title', 'Create Salary Entry') @section('content') @include('partials.header') @include('partials.sidebar')

Create Salary Slip

@if(session('success'))
{{ session('success') }}
@endif
@csrf
@endsection @push('js') @endpush