Browse Source

storenotice

master
Siti Rahayu 4 years ago
parent
commit
b88859a6f1
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      app/Jobs/StoreNotice.php

+ 1
- 1
app/Jobs/StoreNotice.php View File

$site = SiteSetting::first(); $site = SiteSetting::first();
$faulty = Faulty::with('DeedLaw')->where('_id',$notice->seksyen_kesalahan_n)->first(); $faulty = Faulty::with('DeedLaw')->where('_id',$notice->seksyen_kesalahan_n)->first();


$department = Department::where('_id', $notice->jbkod_n)->first();
// $department = Department::where('_id', $notice->jbkod)->first();


// $tawaran = ''; // $tawaran = '';
// if($compound->jumlah_kemaskini_kompaun == ''){ // if($compound->jumlah_kemaskini_kompaun == ''){

Loading…
Cancel
Save