base table or view not found 1146 table while table exist laravel code example
Example: Base table or view not found: 1146 Table
class Cotizacion extends Model{
public $table = "cotizacion";
class Cotizacion extends Model{
public $table = "cotizacion";