@extends('admin.layouts.admin') @section('style') @endsection @section('content')

Inentive Process

@if(session('alert-green'))
{{ session('alert-green') }}
@endif @if(session('alert-danger'))
{{ session('alert-danger') }}
@endif @if($errors->any())
@foreach ($errors->all() as $error)
* {{$error}}
@endforeach
@endif {{ session('status') }}
@csrf
@php $previousMonth_num = Carbon\Carbon::now()->subMonth()->month; $previousMonth_name = Carbon\Carbon::now()->subMonth()->format('F'); $previousMonth_year = Carbon\Carbon::now()->subMonth()->format('Y'); $presentMonth_num = Carbon\Carbon::now()->month; $presentMonth_name = Carbon\Carbon::now()->format('F'); @endphp
© {{ now()->format('Y')}} SSL Wireless Design and Developed by SSL Wireless
@endsection @section('script') @endsection