@extends('layouts.app') @push('style') @endpush @section('content')

@csrf
@include('payroll::payroll.row')
Back
@endsection @push('script') @endpush