Cek
This commit is contained in:
@@ -13,7 +13,7 @@ use Illuminate\Support\Facades\URL;
|
||||
|
||||
class Controller extends BaseController
|
||||
{
|
||||
use AuthorizesRequests, DispatchesJobs, ValidatesRequests, URL;
|
||||
use AuthorizesRequests, DispatchesJobs, ValidatesRequests;
|
||||
public $siteTitle = "Beranda";
|
||||
public $sitesubTitle = "Data";
|
||||
public $siteBreadcumb =[["url"=>"/","label"=>"Beranda"]];
|
||||
|
||||
@@ -16,6 +16,7 @@ use App\Models\Sp2d;
|
||||
use App\Imports\RealisasiBelanjaImport;
|
||||
use PhpOffice\PhpSpreadsheet\Spreadsheet;
|
||||
use PhpOffice\PhpSpreadsheet\Writer\Xlsx;
|
||||
use Illuminate\Support\Facades\URL;
|
||||
|
||||
class RealisasiBelanjaController extends Controller
|
||||
{
|
||||
|
||||
@@ -12,6 +12,7 @@ use App\Models\Sps_pendapatan;
|
||||
use App\Models\User;
|
||||
use PhpOffice\PhpSpreadsheet\Spreadsheet;
|
||||
use PhpOffice\PhpSpreadsheet\Writer\Xlsx;
|
||||
use Illuminate\Support\Facades\URL;
|
||||
|
||||
class RealisasiPendapatanController extends Controller
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user