search company and id storing test

This commit is contained in:
Asif
2018-05-16 16:23:04 +08:00
184 changed files with 1828 additions and 186 deletions
@@ -2,6 +2,7 @@
namespace App\Http\Controllers;
use App\Contact;
use App\Warehouse;
use Illuminate\Http\Request;
@@ -118,5 +119,6 @@ class WarehouseController extends Controller
public function destroy($id)
{
//
}
}