'OT' . now()->format('YmdHms'), 'name' => 'Semua Outlet', 'address' => '', 'phone' => '', ]); Outlet::create([ 'outlet_number' => 'OT' . now()->format('YmdHms'), 'name' => 'Outlet 1', 'address' => '', 'phone' => '', ]); } }