insert([ 'code' => 'ISW', 'description' => 'Interswitch' ]); DB::table('service_provs')->insert([ 'code' => 'NIBSS', 'description' => 'Nigerian Interbank Settlement System' ]); DB::table('service_provs')->insert([ 'code' => 'eTRAN', 'description' => 'eTransact' ]); DB::table('service_provs')->insert([ 'code' => 'SPEC', 'description' => 'Systems Specs' ]); DB::table('service_provs')->insert([ 'code' => 'FITEC', 'description' => 'FinaTech Software Solutions' ]); DB::table('service_provs')->insert([ 'code' => 'NCS', 'description' => 'Nigeria Customs Service' ]); DB::table('service_provs')->insert([ 'code' => 'CBN', 'description' => 'Central Bank of Nigeria' ]); DB::table('service_provs')->insert([ 'code' => 'ISDS', 'description' => 'Integrated Stamp Duties System' ]); DB::table('service_provs')->insert([ 'code' => 'SMK', 'description' => "SmartKomms" ]); } }